home *** CD-ROM | disk | FTP | other *** search
/ US Department of Defense…ndamentals 1.0 2004 April / US Department of Defense: Firewall & Router Fundamentals 1.0 2004 April.iso / sco / interface / sco.swf / scripts / DefineButton2_108 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2004-05-11  |  187 bĀ   |  11 lines

  1. on(press){
  2.    if(page_button_control._currentframe < 5)
  3.    {
  4.       page_button_control.gotoAndPlay("on");
  5.    }
  6.    else
  7.    {
  8.       page_button_control.gotoAndPlay("off");
  9.    }
  10. }
  11.